Package com.cisco.pt.ipc.events
Class SmtpClientEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.SmtpClientEventRegistry
An event for the IPC's SmtpClientEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<SmtpClientEventListener>protected Map<String,Set<SmtpClientEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(SmtpClientEventListener listener) voidaddListener(SmtpClientEventListener listener, SmtpClient objClass) voidaddListenerFiltered(SmtpClientEventListener listener, List<String> events) voidaddSpecificListenerFiltered(SmtpClientEventListener listener, SmtpClient objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(SmtpClientEventListener listener) voidremoveListener(SmtpClientEventListener listener, SmtpClient objClass) voidremoveListenerFiltered(SmtpClientEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(SmtpClientEventListener listener, SmtpClient objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
SmtpClientEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(SmtpClientEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(SmtpClientEventListener listener, SmtpClient objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(SmtpClientEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(SmtpClientEventListener listener, SmtpClient objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(SmtpClientEventListener listener, SmtpClient objClass) throws IOException - Throws:
IOException
-